home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / fract / fu1_61.lha / Formulas / Filigree.Form < prev    next >
Text File  |  1994-05-11  |  209b  |  31 lines

  1. Filigree
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-3.0
  6.         x2= 3.0
  7.         y1=-3.0
  8.         y2= 3.0
  9.         bailout=4.0
  10.     }
  11.     {
  12.         z=pixel
  13.         c=pixel
  14.     }
  15.     {
  16.         z=z*z
  17.         z=z-c
  18.         z=sin(z)
  19.         t=z+z
  20.         t=t*c
  21.         t=t-z
  22.         z=t-z
  23.         w=abs(z)
  24.     }
  25.     {
  26.         w>bailout
  27.     }
  28.     {
  29.     }
  30. }
  31.